home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / math / r250 / r250.h < prev    next >
Encoding:
Text File  |  1992-09-25  |  153 b   |  5 lines

  1. /*** Function prototypes for R250 random number generator, by W. L. Maier  ***/
  2. unsigned int r250();
  3. unsigned int r250n(unsigned n);
  4. double dr250();
  5.